Appliance Monitoring MonitoredItem

Appliance Monitoring MonitoredItem
Appliance Monitoring MonitoredItem

Appliance Monitoring MonitoredItem schema Structure representing requested monitored item data.

JSON Example
{
    "id": "string",
    "name": "string",
    "units": "string",
    "category": "string",
    "instance": "string",
    "description": "string"
}
string
id
Required

monitored item ID Ex: CPU, MEMORY

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.appliance.monitoring. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.appliance.monitoring.

string
name
Required

monitored item name Ex: "Network write speed"

string
units
Required

Y-axis label EX: "Mbps", "%"

string
category
Required

category Ex: network, storage etc

string
instance
Required

instance name Ex: eth0

string
description
Required

monitored item description Ex: com.vmware.applmgmt.mon.descr.net.rx.packetRate.eth0